home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / Paint.NET v2.5 RC2 / PaintDotNet_2_5_RC2.exe / PaintDotNet.msi / _CDDB8227E931279A1447186D7AE6B957 < prev    next >
Encoding:
Text File  |  2005-11-16  |  6.4 KB  |  174 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Edit Menu</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.     NOTE:</b> This document is still being written (it is "under construction"). Its contents are preliminary, incomplete, 
  18.     and subject to change.</p>
  19. </div>
  20. <div id="leftnav">
  21.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  22.         <li><a href="index.html">Overview</a><br>
  23.         </li>
  24.         <li><a href="Features.html">Features</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>Concepts</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li>Layers and Transparency<br>
  30.         </li>
  31.         <li>Selections<br>
  32.         </li>
  33.     </ul>
  34.     <h3>User Interface</h3>
  35.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  36.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  37.         <li><a href="MainWindow.html">Main Window</a></li>
  38.         <li><a href="MenuBar.html">Menu Bar</a>
  39.         <ul class="toc">
  40.             <li><a href="File.html">File</a></li>
  41.             <li><a href="Edit.html">Edit</a></li>
  42.             <li><a href="View.html">View</a></li>
  43.             <li><a href="Image.html">Image</a></li>
  44.             <li><a href="Layers.html">Layers</a>
  45.             <ul class="toc">
  46.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  47.                 <li><a href="Adjustments.html">Adjustments</a>
  48.                 <ul class="toc">
  49.                     <li><a href="Levels.html">Levels</a></li>
  50.                 </ul>
  51.                 </li>
  52.             </ul>
  53.             </li>
  54.             <li><a href="Effects.html">Effects</a></li>
  55.             <li><a href="Tools.html">Tools</a></li>
  56.             <li><a href="Window.html">Window</a></li>
  57.             <li><a href="Help.html">Help</a></li>
  58.             <li>Toolbar</li>
  59.         </ul>
  60.         </li>
  61.         <li>Tools Window<ul class="toc">
  62.             <li>Selection Tools</li>
  63.             <li>Brush Tools</li>
  64.             <li>Pixel Tools</li>
  65.             <li>Shape Tools</li>
  66.             <li>Text Tool</li>
  67.             <li>Paint Bucket</li>
  68.             <li>Clone Stamp</li>
  69.             <li>Recolor Tool</li>
  70.         </ul>
  71.         </li>
  72.         <li>History Window</li>
  73.         <li>Layers Window</li>
  74.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  75.         <li>Status Bar</li>
  76.     </ul>
  77.     </li>
  78.     <h3>Other</h3>
  79.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  80.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  81.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  82.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  83.         <li><a href="WebLinks.html">Web Links</a></li>
  84.         <li><a href="License.html">License</a></li>
  85.     </ul>
  86. </div>
  87. <div id="content">
  88.     <!-- #BeginEditable "content" -->
  89.     <div id="content0">
  90.         <h2>Edit Menu</h2>
  91.         <p>The Edit Operations allow for easy manipulation of the image history, the selected region of the image, the selection 
  92.         itself, and the clipboard. </p>
  93.         <p>An important thing to note about selected regions is that all drawing operations are clipped to remain within 
  94.         them. For example, if you use the Ellipse Select tool to select a circular region in the middle of the image, you 
  95.         will be unable to draw anything outside of that circle while the selection is active. Effects and Adjustments will 
  96.         only affect the selected area as well.</p>
  97.         <ul>
  98.             <li class="nobullet"><img border="0" src="Images/EditMenu.png"><p></p>
  99.             </li>
  100.             <li>
  101.             <h3>Undo </h3>
  102.             <p>This undoes the most recent action that you've taken that affects the image, if any. This functionality is 
  103.             also available from the History Window.</p>
  104.             </li>
  105.             <li>
  106.             <h3>Redo </h3>
  107.             <p>This redoes the most recent action that you've undone, if any. This functionality is also available from 
  108.             the History Window.</p>
  109.             </li>
  110.             <li>
  111.             <h3>Cut </h3>
  112.             <p>You may use this to remove a selected portion of the active layer. You can select a portion of the layer 
  113.             by using the Rectangle Select, Lasso Select, Ellipse Select, or Magic Wand tools. Once you perform the cut operation, 
  114.             that area of the layer is moved to the clipboard and replaced with transparent pixels. The current selection 
  115.             outline is also removed.</p>
  116.             </li>
  117.             <li>
  118.             <h3>Copy </h3>
  119.             <p>This is similar to the Cut command, except that the selected region remains on the active layer and the selection 
  120.             outline is not removed.</p>
  121.             </li>
  122.             <li>
  123.             <h3>Paste </h3>
  124.             <p>If there is an image in the clipboard, this command will allow you to paste it on to the active layer. The 
  125.             pasted pixels will then be selected and the Move Selected Pixels tool will automatically be switched to. This 
  126.             will allow you to move, scale, or rotate the pixels into the desired location and orientation.</p>
  127.             <p>If the image being pasted is too wide and/or too tall for the current canvas size, you will be asked if you 
  128.             want to resize the canvas. This is a quick shortcut to the Image<b> → </b>Canvas Size command so that you can make 
  129.             sure that what you are pasting will fit.</p>
  130.             </li>
  131.             <li>
  132.             <h3>Paste in to New Layer </h3>
  133.             <p>This is similar to Paste, except that it creates a new layer, switches to it, and then performs the Paste 
  134.             command.</p>
  135.             </li>
  136.             <li>
  137.             <h3>Erase Selection </h3>
  138.             <p>This command erases the currently selected region of the active layer. All pixels that lie within the selected 
  139.             region are placed with transparency. This is similar to the Cut command, except that the selected pixels are 
  140.             not copied to the clipboard.</p>
  141.             </li>
  142.             <li>
  143.             <h3>Invert Selection </h3>
  144.             <p>If there is a selected region, this will cause all pixels that are selected to be unselected, and vice-versa.</p>
  145.             <h3></h3>
  146.             </li>
  147.             <li>
  148.             <h3>Select All </h3>
  149.             <p>This causes the entire canvas to be selected.</p>
  150.             <h3></h3>
  151.             </li>
  152.             <li>
  153.             <h3>Deselect </h3>
  154.             <p>After you select this menu item, no pixels will be selected.</p>
  155.             </li>
  156.         </ul>
  157.     </div>
  158.     <!-- #EndEditable -->
  159.     <h4><br>
  160.     <br>
  161.     </h4>
  162.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  163.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  164.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  165.     </font>
  166. </div>
  167. </b>
  168.  
  169. </body>
  170.  
  171. <!-- #EndTemplate -->
  172.  
  173. </html>
  174.